home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / browser / feeds / subscribe.css < prev   
Cascading Style Sheet File  |  2007-04-30  |  4KB  |  244 lines

  1. /*
  2.  *  BEGIN FLOCK GPL
  3.  *  
  4.  *  Copyright Flock Inc. 2005-2007
  5.  *  http://flock.com
  6.  *  
  7.  *  This file may be used under the terms of of the
  8.  *  GNU General Public License Version 2 or later (the "GPL"),
  9.  *  http://www.gnu.org/licenses/gpl.html
  10.  *  
  11.  *  Software distributed under the License is distributed on an "AS IS" basis,
  12.  *  WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.  *  for the specific language governing rights and limitations under the
  14.  *  License.
  15.  *  
  16.  *  END FLOCK GPL
  17.  */
  18.  
  19. *[hidden] {
  20.   display: none;
  21. }
  22.  
  23. html {
  24.   background: -moz-Dialog;
  25.   font: 3mm tahoma,arial,helvetica,sans-serif;
  26. }
  27.  
  28. #feedBody, #feedError {
  29.   border: 1px solid THreeDShadow;
  30.   -moz-border-radius: 10px;
  31.   padding: 3em;
  32.   -moz-padding-start: 30px;
  33.   margin: 2em auto;
  34.   background: -moz-Field;
  35. }
  36.  
  37. #feedHeader {
  38.   border: 1px solid ThreeDShadow;
  39.   -moz-border-radius: 10px;
  40.   padding-top: 4em;
  41.   padding-bottom: .3em;
  42.   -moz-padding-start: .3em;
  43.   -moz-padding-end: .3em;
  44.   margin: -4em auto 0 auto;
  45.   font-size: 110%;
  46.   background-color: InfoBackground;
  47. }
  48.  
  49. #feedHeader[firstrun="true"] {
  50.   background: url("chrome://browser/skin/feeds/feedIcon.png") 1.4em 5.9em no-repeat InfoBackground;
  51.   padding: 5em 3em 3em 3em;
  52. }
  53.  
  54. #feedIntroText {
  55.   display: none;
  56.   -moz-margin-start: 2em;
  57. }
  58.  
  59. #feedHeader[firstrun="true"] #feedIntroText {
  60.   display: block;
  61. }
  62.  
  63. #feedSubscribeLine {
  64.   padding: 1em;
  65.   -moz-border-radius: 3px;
  66. }
  67.  
  68. #feedHeader[firstrun="true"] #feedSubscribeLine {
  69.   -moz-margin-start: 1.7em;
  70.   background: -moz-Field;
  71. }
  72.  
  73. #feedSubscribeHandler {
  74.   border: 1px solid ThreeDLightShadow;
  75.   -moz-border-radius: 3px;
  76.   padding: 3px;
  77. }
  78.  
  79. #feedSubscribeHandleText {
  80.   -moz-padding-start: 20px;
  81.   background: url("chrome://browser/skin/feeds/feedIcon16.png") left 0 no-repeat;
  82. }
  83.  
  84. .feedSubscribeLink {
  85.   font-weight: bold;
  86.   -moz-margin-end: .4em;
  87.   padding: .2em .1em .2em .1em;
  88. }
  89.  
  90. .feedSubscribeLinkBox {
  91.   background: url("chrome://browser/skin/feeds/feedIcon16.png") left 0 no-repeat;
  92.   -moz-padding-start: 19px;
  93.   -moz-margin-end: 0px;
  94. }
  95.  
  96. #feedSubscribeOptionsGroup {
  97.   -moz-border-radius: 4px;
  98.   border: 2px solid ThreeDLightShadow;
  99.   margin-bottom: .3em;
  100. }
  101.  
  102. #feedSubscribeOptionsGroupTitle {
  103.   -moz-padding-start: .3em;
  104.   -moz-padding-end: .3em;
  105. }
  106.  
  107. .field {
  108.   -moz-appearance: textfield;
  109. }
  110.  
  111. .styleLessBorderLess {
  112.   -moz-appearance: none;
  113.   border: none;
  114. }
  115.  
  116. #feedSubscribeOptions {
  117.   -moz-margin-start: 5em;
  118.   -moz-margin-end: 5em;
  119.   margin-top: 2em;
  120. }
  121.  
  122. #feedChangeSubscribeOptions {
  123.   -moz-margin-start: .4em;
  124. }
  125.  
  126. #feedSubscribeDoneChangingOptions {
  127.   font-weight: bold;
  128. }
  129.  
  130.  
  131. body {
  132.   margin: 0;
  133.   padding: 0 3em;
  134.   color: -moz-fieldText;
  135.   font: message-box;
  136. }
  137.  
  138. h1 {
  139.   font-size: 160%;
  140.   border-bottom: 2px solid ThreeDLightShadow;
  141.   margin: 0 0 .2em 0;
  142. }
  143.  
  144. h2 {
  145.   color: ThreeDDarkShadow;
  146.   font-size: 110%;
  147.   font-weight: normal;
  148.   margin: 0 0 .6em 0;
  149. }
  150.  
  151. #feedTitleLink {
  152.   float: right;
  153.   -moz-margin-start: .6em;
  154.   -moz-margin-end: 0;
  155.   margin-top: 0;
  156.   margin-bottom: 0;
  157. }
  158.  
  159. a[href] img {
  160.   border: none;
  161. }
  162.  
  163. #feedTitleContainer {
  164.   -moz-margin-start: 0;
  165.   -moz-margin-end: .6em;
  166.   margin-top: 0;
  167.   margin-bottom: 0;
  168. }
  169.  
  170. #feedTitleImage {
  171.   -moz-margin-start: .6em;
  172.   -moz-margin-end: 0;
  173.   margin-top: 0;
  174.   margin-bottom: 0;
  175. }
  176.  
  177. .feedEntryContent {
  178.   font-size: 110%;
  179. }
  180.  
  181. .link {
  182.   color: #0000FF;
  183.   text-decoration: underline;
  184.   cursor: pointer;
  185. }
  186.  
  187. .link:hover:active {
  188.   color: #FF0000;
  189. }
  190.  
  191.  
  192. .plain {
  193.   -moz-appearance: none;
  194.   border: 0px;
  195.   margin: 0px;
  196.   padding: 0px;
  197.   background: none;
  198. }
  199.  
  200. .plain > .button-box {
  201.   border: 1px solid transparent;
  202.   margin: 0px;
  203.   padding: 0px;
  204.   background: none;
  205. }
  206.  
  207. .plain:focus > .button-box {
  208.   border: 1px dotted ThreeDDarkShadow;
  209. }
  210.  
  211. #readerContainer {
  212.   -moz-appearance: listbox;
  213. }
  214.  
  215. #readers {
  216.   -moz-appearance: none;
  217.   border: none;
  218.   margin: 0px;
  219. }
  220.  
  221. #readers > listitem {
  222.   -moz-padding-start: 4px;
  223. }
  224.  
  225. #chooseClientApp {
  226.   font-size: 80%;
  227. }
  228.  
  229. #application {
  230.   border-bottom: 1px solid ThreeDShadow;
  231. }
  232.  
  233. #readerGroup {
  234.   -moz-padding-end: 14px;
  235. }
  236.  
  237. .feedSubscribeButton {
  238.   font-weight: bold;
  239.   list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
  240. }
  241. .feedSubscribeButton .button-icon {
  242.   -moz-margin-end: 3px;
  243. }
  244.